
/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* start editing from here */
a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}
/* text align right */
.txt-lt {
    text-align: left;
}
/* text align left */
.txt-center {
    text-align: center;
}
/* text align center */
.float-rt {
    float: right;
}
/* float right */
.float-lt {
    float: left;
}
/* float left */
.clear {
    clear: both;
}
/* clear float */
.pos-relative {
    position: relative;
}
/* Position Relative */
.pos-absolute {
    position: absolute;
}
/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}
/* vertical align top */
nav.vertical ul li {
    display: block;
}
/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}
/* horizontal menu */
img {
    max-width: 100%;
}
/*end reset*/
html,
body {
    padding: 0;
    margin: 0;
    
}

    body a {
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        text-decoration: none;
    }

        body a:hover {
            text-decoration: none;
        }

        body a:focus,
        a:hover {
            text-decoration: none;
        }

li a {
    list-style: none;
    padding: 35px;
    color: #FFFFFF;
    font-size: 1.1em;
    display: block;
    transition: all .3s ease-in-out;
}

a {
    display: inline-block;
}

@media(max-width:630px) {
    li a {
        margin-left: -1.3em;
    }
}

li a:focus {
    background-color: white;
    color: forestgreen;
}

li a:hover {
    background-color: white;
    color: forestgreen;
}

.imgs {
    max-width: 23px;
    margin-left: 20px;
    margin-top: -20px;
}

select,
input[type="select"],
input[type="text"],
input[type=password],
input[type="button"],
input[type="submit"],
textarea {
    font-family: 'Barlow', sans-serif;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1px;
}

p {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-family: 'Barlow', sans-serif;
    font-size: smaller;
}

ul {
    margin: 0;
    padding: 0;
}
/*-- //Reset-Code --*/
body {
    background: #ffffff;
    /*min-height: 100vh;*/
}

h1.header-w3ls {
    padding: 31px 0px 25px;
    font-size: 53px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    text-shadow: 2px 3px rgba(0, 0, 0, 0.42);
    letter-spacing: 5px;
}

.form-control {
    height: 27px;
    padding: 3px 8px;
    width: 95%;
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #24c3ff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.form-group {
    margin: 0.8em 2em 0em;
}

.form-mid-w3ls {
    flex-basis: 48%;
    -webkit-flex-basis: 48%;
   
}

a:focus {
    background-color: #24c3ff;
}

@media(max-width:1440px) {
    .form-mid-w3ls input[type="text"], .form-mid-w3ls input[type="select"], .form-mid-w3ls input[type="email"], .form-control-w3l textarea, .form-control-w3l select {
        outline: none;
        width: 95%;
        color: #000;
        font-size: 14px;
        padding: .3em .3em;
        border: 1px solid #24c3ff;
        display: inline-block;
        background: none;
        letter-spacing: 2px;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        box-sizing: border-box;
        border-radius: 6px;
    }

    .personal-info p, label.form-check-label, .form-control-w3l p, .form-mid-w3ls p {
        font-size: 11px;
        color: #000;
        padding-bottom: 0px;
    }

    h1 {
        margin-bottom: 12px;
    }

    h3 {
        color: #3DBB3D;        
    }
}

@media(max-width:730px) {
    .personal-info p, label.form-check-label, .form-control-w3l p, .form-mid-w3ls p {
        font-size: 11px;
        color: #000;
        padding-bottom: 0px;
    }    
    .form-mid-w3ls {
        padding-bottom: 6px;
    }

    h1 {
        margin-bottom: 12px;
    }

    .form-mid-w3ls input[type="text"], .form-mid-w3ls input[type="select"], .form-mid-w3ls input[type="email"], .form-control-w3l textarea, .form-control-w3l select {
        padding: .2em .2em;
    }   

    .form-control {
        height: 24px;
        padding: 3px 8px;
        width: 95%;
    }
}

@media (max-width: 630px) {
    .form-group {
        flex-direction: column;
         -webkit-flex-direction: column; 
    }
}

@media(max-width:630px) {
    .rightbox {
        margin-top: -80px;
    }

    .form-mid-w3ls {
        padding-bottom: 6px;
    }

    h1 {
        margin-bottom: 12px;
    }

    .form-mid-w3ls input[type="text"], .form-mid-w3ls input[type="select"], .form-mid-w3ls input[type="email"], .form-control-w3l textarea, .form-control-w3l select {
        padding: .2em .2em;
    }
    .form-control {
        height: 24px;
        padding: 3px 8px;
        width: 95%;
    }
}

.btn {
    /*border-radius: 5px;*/
    background-color: #3DBB3D;
    color: #fff;
    width: auto;
    height: 25px;
    font-size: 12px;
    font-weight: 700;
}

    .btn:hover {
        background-color: #032573;
        color: #fff;
        text-decoration: none;
    }

@media(max-width:1084px) {

    h1 {
        font-family: "Montserrat", sans-serif;
        color: #032573;
        /*font-size: 1.5em;*/
        margin-top: 15px;
        /*margin-bottom: 35px;*/
    }

    h2 {
        color: #777777;
        font-family: "Roboto", sans-serif;
        width: 80%;
        text-transform: uppercase;
        font-size: 8px;
        letter-spacing: 1px;
        margin-left: 2px;
    }

    .rightbox {
        float: right;
        width: 80%;
        height: 100%;
    }

    s {
        border-width: 1px;
        border-style: solid;
        border-image: linear-gradient(to left, #3FB6A8, rgba(126, 211, 134, 0.5)) 1 0%;
        border-top: 0;
        width: 80%;
        font-family: "Montserrat", sans-serif;
        font-size: .7em;
        padding: 7px 0;
        color: #070707;
    }
}


    @media (max-width: 1440px) {
        .main-bothside {
            width: 100%;
            /*margin-left:-145px*/
        }
    }

    .col-sm-8 {
        width: 30%;
    }

    .radio block {
        float: left;
    }

    .col-sm-3 {
        width: 55%;
    }

    hr.style14 {
        border: 0;
        height: 1px;
        background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
        background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
        background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
        background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    }

    html, body {
        background-color: #fff;
    }

    .box {
        color: #fff;
        padding: 20px;
        display: none;
        margin-top: 20px;
    }

    .red {
        background: #ff0000;
    }

    .green {
        background: #228B22;
    }

    .blue {
        background: #0000ff;
    }

    /*----Radio Buttons---*/
    /*.form .plan input, .form .payment-plan input, .form .payment-type input {
        display: none;
    }*/

    .form label {
        position: relative;
        color: black;
        background-color: #fff;
        text-align: center;
        height: 30px;
        line-height: 30px;
        display: block;
        cursor: pointer;
        border: 1px solid #24c3ff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form .plan input:checked + label, .form .payment-plan input:checked + label, .form .payment-type input:checked + label {
        border: 1px solid #333;
        background-color: #2fcc71;
    }

        .form .plan input:checked + label:after, form .payment-plan input:checked + label:after, .form .payment-type input:checked + label:after {
            content: "\2713";
            width: 25px;
            height: 25px;
            line-height: 25px;
            border-radius: 100%;
            border: 2px solid #333;
            background-color: #2fcc71;
            z-index: 999;
            position: absolute;
            top: -10px;
            right: -10px;
        }

    /*----Tadio Buttons------*/

    .rbtn {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        /*font-size: 15px;*/
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        /* Hide the browser's default radio button */
        .rbtn input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

    /* Create a custom radio button */
    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #eee;
        border-radius: 50%;
    }

    /* On mouse-over, add a grey background color */
    .rbtn:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .rbtn input:checked ~ .checkmark {
        background-color: #2196F3;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .rbtn input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the indicator (dot/circle) */
    .rbtn .checkmark:after {
        top: 6px;
        left: 6px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }


    .checkboxlist input {
        /*margin-bottom: 25px;
        margin-top: 25px;*/
        margin-right: 5px !important;
    }

    .checkboxlist label {
        font-family: 'Times New Roman';
        margin-bottom: 25px;
        margin-top: 25px;
        /*color: #ff6a00  !important;*/
    }

    /*-----Placeholder----*/
    ::placeholder {
        color: gray;
        opacity: 0.7; /* Firefox */
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: gray;
    }

    ::-ms-input-placeholder { /* Microsoft Edge */
        color: gray;
    }

    .xy {
        width: 24px;
    }
    /*###### for Grid #########*/


    /*--responsive--*/