@charset "utf-8";

/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i';
body {
    margin: 0px;
    padding: 0px;
    font: normal 16px/23px 'Open Sans', sans-serif;
    color: #555;
}

h1,
h2,
h3,
h4,
h5,
h5,
p,
ul,
li,
a,
a:hover {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

#top-sctn {
    background: url(../../images/bg-main.jpg) center top no-repeat #2980b9;
    color: #fff;
    padding: 70px 0px 70px 0px;
    margin: 100px 50px 0;
}

h1 {
    font-size: 4.2rem;
}

#top-sctn h1 {
    margin: 10px 0 9px;
    text-align: left;
    font-weight: 700;
}

#top-sctn p {
    font-size: 1.8rem;
    line-height: 29px;
    font-family: 'Open Sans', sans-serif;
}

#top-sctn ul {
    margin: 16px 0;
}

#top-sctn ul li {
    background: rgba(0, 0, 0, 0) url("../../images/check.png") no-repeat scroll 0 74%;
    display: block;
    font-size: 1.8rem;
    line-height: 27px;
    list-style: outside none none;
    margin-bottom: 11px;
    padding-left: 60px;
}

.home-form {
    width: 100%;
    float: left;
    padding: 15px 20px 25px;
}

.home-form h3 {
    color: #000;
    font-weight: bold;
    font-size: 35px;
    text-align: left;
}

.home-form h4 {
    color: #000;
    margin: 25px 0 0;
}

.form-group {
    border-bottom: 1px solid #fff;
}

.form-group input {
    border: none;
    box-shadow: none !important;
    height: 48px;
    width: 100%;
}

.form-control {
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    background: transparent !important;
    height: 34px;
    box-shadow: none !important;
    letter-spacing: 4px;
}

.form-control:focus {
    border: none !important;
    outline: 0 none;
}

.submit {
    background: #ea4f54 none repeat scroll 0 0;
    color: #fff;
    border: medium none;
    width: 42%;
    padding: 9px 0;
    font-size: 16px;
    float: left;
    margin-top: 20px;
    transition: all 0.9s ease 0s;
    margin-right: 31px;
}

.submit:hover {
    background: #15407a;
}

span {
    color: #fff;
    font-size: 29px;
}

.home-form p {
    font-weight: bold;
    color: #555;
}

#radio h3 {
    color: #555;
    margin-bottom: 6px;
}

#radio p {
    line-height: 25px;
    margin-top: 5px;
}

#radio .left-part {
    border-right: #DBDBDB 1px solid;
}

#radio img {
    display: inline-block;
    margin-bottom: 25px;
}

.pretty-photo ul {
    list-style: none;
}

#rd-advrtsng {
    padding-top: 0px;
}

#rd-advrtsng img {
    display: inline-block;
}

#rd-advrtsng h2 {
    font-size: 3.6rem;
    color: #000;
}

#rd-advrtsng h3 {
    margin: 16px 0px 10px 0px;
}

.line {
    background: #ea4f54;
    width: 108px;
    height: 2px;
    margin: 25px auto;
}

footer {
    background: #4776b1;
    color: #fff;
    padding: 16px;
}

footer ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 21px;
}

.check-form {
    width: 16px !important;
    float: left !important;
    height: 22px !important;
}

.check-title {
    float: left !important;
    color: #555;
    margin: 2px 0 0 7px;
}

.ftr-menu ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 11px;
}

.ftr-menu ul {
    margin: 21px 0 11px;
}

.ftr-menu ul li a {
    color: #fff;
}

.margin-left {
    margin-left: 83px;
}


/*for use instapage*/

.logo {
    margin: 0 auto;
    text-align: center;
}

.logo a {
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF;
    width: 545px;
    display: inline-block;
    padding: 0px 30px 0px;
    box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.19);
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.9s;
}

a.smaller {
    width: 305px;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.link {
    width: auto;
    background: #fff;
    padding: 0px 0;
}

.newloginrequest {
    margin-top: 20px;
    display: inline-block;
    color: #333333
}

#top-sctn1 {
    color: #000000;
    padding: 0px;
}

.panel-primary {
    border-color: #000000;
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
    width: 83%;
    text-align: center;
    line-height: 35px;
    transition: all 0.5s ease 0s;
}

.panel:hover {
    box-shadow: none;
    transition: all 0.5s ease 0s;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #1d305b;
    border-color: #1d305b;
    font-family: inherit;
    letter-spacing: 3px;
}

.panel-body {
    font-family: pt sans caption;
    padding: 15px;
}

.header {
    background-color: #1d305b;
    height: 100px;
}

.content {
    padding-top: 13px;
}

.topmain {
    margin-top: 100px;
}

#video {
    background: #FFF;
    padding: 40px 0 70px 0;
}

#video h2 {
    color: #4776b1;
}

.video-placement {
    margin-bottom: 40px;
}

.last-video {
    margin-bottom: 00px;
}

#radio {
    background: #fafafa;
    padding: 40px 0 70px 0;
}

.bullet-section {
    margin-top: 0px;
}

#radio h2 {
    color: #4776b1;
    font-size: 24px;
    text-align: center;
}

.bullet-section ul {
    margin-left: 26px;
}

.bullet-section ul li {
    list-style: outside none none;
    margin-top: 8px;
    padding-bottom: 8px;
    font-size: 1.7rem;
    line-height: 29px;
}

.bullet-section ul li span.fa {
    color: #50537c;
    left: 10px;
    ;
    line-height: 27px;
    position: absolute;
}

.bullet-section p {
    margin-top: 36px;
    font-size: 15px;
}

.bullet-section p a {
    color: #50537c;
}

.bottom-section {
    background: #f1faff;
    padding: 25px 0;
}

footer p {
    font-family: pt sans caption;
    letter-spacing: 2px;
    font-size: 12px;
}

.video-box p {
    margin-top: 15px;
}

.account h3 {
    padding: 6px 0 9px 0px;
    font-size: 17px;
    font-weight: 600;
}

.account p {
    margin-top: 5px;
    font-size: 12px;
}

.account {
    min-height: 85px;
    margin-top: 20px;
}

.rmpeding {
    padding-right: 0px;
}

.form-group input {
    color: #FFFFFF
}

::-webkit-input-placeholder {
    color: #fff !important;
}

:-moz-placeholder {
    /* older Firefox*/
    color: #fff !important;
    font-family: opan
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
}

:-ms-input-placeholder {
    color: #fff !important;
}

.modal-dialog {
    margin: 30px auto;
    width: 81%;
    height: 81%;
}


/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {}


/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
    .topmain {
        margin-top: 30px;
    }
    .home-form {
        margin-top: 50px;
    }
    .link {
        width: 50%;
        margin: 20px auto;
    }
}


/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
    .margin-left {
        margin: 0px auto !important;
    }
    .topmain {
        margin-top: 30px;
    }
    .home-form {
        margin-top: 50px;
    }
    .panel {
        margin: 10px auto!important;
    }
    .bullet-section {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .bullet-section ul li span.fa {
        margin-left: 17px;
    }
    .bullet-section ul li {
        margin-left: 17px;
    }
    #radio {
        {
            background: #fafafa;
            padding: 70px 0 70px 0;
        }
        padding: 20px 0 20px;
    }
}


/* Portrait phones and smaller */

@media (max-width: 480px) {
    .panel panel-primary {
        width: 80%;
    }
    .topmain {
        margin-top: 30px;
    }
    .home-form {
        margin-top: 50px;
    }
}

header {
    position: fixed;
    width: 100%;
    z-index: 9;
    display: flex;
    top: 0;
}

#amt {
    background: #fafafa;
    padding: 40px 0 70px 0;
}

#amt h2 {
    color: #4776b1;
}