/* Commomn styles */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
form {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}

button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'Roboto', sans-serif;
}

.custfield:focus {
    outline: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
}

header,
section,
footer {
    width: 100%;
    float: left;
}

.midcont {
    width: 915px;
    margin: 0 auto;
}
.navbar{
	position:relative!important;
	padding:10px!important;
	min-height:60px!important;
}
.custfield {
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

a,
a:hover,
button {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

a:hover {
    color: #000077;
}

a:focus {
    outline: none;
}


/*img {
  max-width: 100%;
}*/

.col-1by5 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.pad-none {
    padding-left: 0px;
    padding-right: 0px;
}

.pad-left-none {
    padding-left: 0;
}

.pad-right-none {
    padding-right: 0;
}

.pad-5-row {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.pad-5-row>div {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.white-bg {
    background: #fff;
}


/*p {
  font-weight: 300;
  font-size: 18px;
  color: #2c2c2c;
  line-height: 23.61px;
  margin-bottom: 25px;
}*/

p.alt {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 20px;
}


/*  Commomn styles end */


/* friends-laura-section style start */
.imaged{
    
object-fit: cover;
height: 200px;
width: 100%;
}
.logo-laura {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 70px;
}

.logo-laura img {
    width: 220px;
    float: left
}

.friends-laura-section {
    margin-top: 30px;
    display: inline-block;
    float: left;
    width: 100%;
}

.friends-laura-section h2 {
    color: #2c2a2a;
    font-size: 28px;
    display: inline-block;
    text-align: right;
    font-weight: bold;
    margin-top: 0px;
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
}

.friends-laura-left-section {
    box-shadow: 0 5px 30px -5px #ccc;
    padding: 30px 30px;
    margin-top: 30px;
    background-color: #fff;
}

.friends-laura-left-section img {
    width: 100%;
}

.friends-laura-left-section p {
    font-size: 15px;
    color: #242321;
    line-height: 23.61px;
    margin-bottom: 0px;
    font-weight: 600;
}

.friends-laura-left-section h3 {
    font-size: 24px;
    color: #3e3e3e;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 27px;
}

.friends-laura-right-section {
    /*padding: 40px 30px;*/
    padding-top: 25px;
}

.radiotextsty {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    /*font-style: italic;*/
}

.selected .radiotextsty {
    color: #32a850;
}

.customradio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 10px;
    padding-top: 1px;
}

.customradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    border: 2px solid #000000;
}

.customradio:hover input~.checkmark {
    background-color: transparent;
}

.customradio input:checked~.checkmark {
    background-color: white;
    border: 2px solid #32a850;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.customradio input:checked~.checkmark:after {
    display: block;
}

.customradio .checkmark::after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #32a850;
}

.friends-laura-right-section .submit-btn {
    background-color: #4867aa;
    padding: 8px 44px;
    border: none;
    color: #fff;
    transition-duration: 0.4s;
    font-size: 22px;
    font-weight: 500;
    border-radius: 8px;
    margin-top: 35px;
}

.friends-laura-right-section .submit-btn:hover {
    background-color: #000;
    transition-duration: 0.4s;
}


/* friends-laura-section style end */


/* last-month-winner-section style start */

.last-month-winner {
    display: inline-block;
    float: left;
    width: 100%;
    /*margin-top: 100px;
  margin-bottom: 100px;*/
}

.last-month-winner h2 {
    color: #2c2a2a;
    font-size: 21px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    margin-top: 0px;
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.last-month-winner h2::after {
    display: block;
    content: '';
    width: 6%;
    height: 1px;
    position: absolute;
    bottom: -15px;
    left: calc(51% - 4%);
    background-color: #4867aa;
}

.last-month-winner h3 {
    font-size: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #1b1b1b;
    font-weight: 900;
    margin-top: 10px;
}

.last-month-winner h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1b1b1b;
    margin-bottom: 15px;
}

.last-month-winner p {
    font-size: 17px;
    color: #242321;
    line-height: 23.61px;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    display: none;
}

.last-month-winner .view-btn {
    background-color: #4867aa;
    padding: 8px 50px;
    border: none;
    color: #fff;
    transition-duration: 0.4s;
    font-size: 22px;
    font-weight: 500;
    border-radius: 8px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 60px;
}

.last-month-winner .view-btn:hover {
    background-color: #222222;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}


/* last-month-winner-section style end */


/* footer-section-section style start */

.footer-section {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 50px;
}

.footer-section p {
    font-weight: 400;
    font-size: 16px;
    color: #1b1b1b;
    line-height: 23.61px;
    margin-bottom: 0px;
}


/* footer-section-section style end */


/* media Query */


/* Define mobile styles */

.owl-carousel.owl-drag .owl-item {
    position: relative
}

.owl-carousel.owl-drag .owl-item:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    color: #eee;
}


/** New CSS **/

header {
    border-top: 5px solid #32a850;
    padding: 30px 0;
}

header .rheader h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 27px;
}


/*.conts {padding-bottom: 30px;}*/

.questionpart {
    border: 7px solid #fff;
    padding: 0;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.23);
}

.questionpart .imgpart {
    display: block;
    width: 100%;
    height: 495px;
    text-align: center;
}

.questionpart .imgpart img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.questionpart .quesbox {
    padding: 7px 0;
}

.quesbox .queslabel {
    background-color: #32a850;
    margin-left: -14px;
    font-size: 16px;
    height: 26px;
    float: left;
    padding: 0 15px;
    position: relative;
    line-height: 27px;
    font-weight: 500;
    color: #fff;
}

.quesbox .queslabel:after {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    right: -3px;
    top: 0;
    background-color: #32a850;
    transform: skewX(-14deg);
    -moz-transform: skewX(-14deg);
    -webkit-transform: skewX(-14deg);
}

.quesbox .queslabel:before {
    content: "";
    width: 7px;
    height: 6px;
    background: url(../images/bef-img.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.quesbox .date {
    float: left;
    font-size: 16px;
    color: #909090;
    font-weight: 500;
    padding-left: 20px;
    padding-top: 3px;
}

.quesbox .question {
    padding: 25px 30px 15px;
}

.quesbox .question h3 {
    font-size: 22px;
    color: #000077;
    font-weight: 500;
}

.destexts {
    padding: 20px 0;
}

.destexts p {
    font-size: 18px;
    line-height: 30px;
    color: #676767;
}

.conts .notes {
    padding: 30px 0 30px;
}

.conts .notes span {
    display: block;
    color: #ff0000;
    font-size: 16px;
    font-weight: 500;
}

.conts .notes p {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
}

.fblogin {
    padding: 40px 0;
}

.fblogin a {
    display: inline-block;
    width: 380px;
    height: 58px;
    background-image: url(../images/fb-icon.png);
    background-repeat: no-repeat;
    background-position: 65px 50%;
    background-color: #3b5998;
    padding-left: 102px;
    line-height: 58px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    text-align: left;
}

.fblogin a:hover {
    background-color: #2e4a86;
}

.answerpart {
    padding: 20px 25px;
    border: 5px solid #32a850;
}

.answerpart .selectanswer {
    font-size: 22px;
    color: #32a850;
    font-weight: 700;
    cursor: pointer;
    background: url(../images/plus-icon.png) no-repeat 100% 50%;
    padding-right: 30px;
}

#questionForm {
    display: none;
}

.openanswer .selectanswer {
    background-image: url(../images/minus-icon.png);
}

.openanswer.answerpart {
    padding-bottom: 5px;
}

#submitFrom {
    text-align: center;
    padding: 10px 17px;
    cursor: pointer;
}

.sponsorpart {
    float: left;
    width: 100%;
    padding: 1px 0 30px;
   
}

.sponsorpart h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sponsorpart .owl-dots {
    display: none;
}

.sponsorpart .item {
    border: 5px solid #f7f4f4;
}

footer {	
    bottom: 0;
    padding: 15px 0;
	border-top: 1px solid #eee;
}

footer p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

footer p a {
    color: #333333;
}

@media only screen and (max-width: 991px) {
    .midcont {
        width: 750px;
    }
}

@media only screen and (max-width: 767px) {
    .midcont {
        width: auto;
    }
    header .logo,
    header .rheader {
        float: left;
        width: 50%;
    }
    .questionpart .imgpart {
        height: initial;
    }
    .quesbox .question {
        padding: 25px 22px 15px;
    }
}

@media only screen and (max-width: 575px) {
    header {
        padding: 20px 0;
    }
    header .logo,
    header .rheader {
        width: 100%;
        text-align: center;
    }
    .quesbox .question {
        padding: 25px 15px 10px;
    }
    .fblogin a {
        width: 297px;
        padding-left: 55px;
        background-position: 23px 50%;
    }
}


/** **/

@media (max-width: 767px) {
    .col-1by5 {
        width: 100%;
    }
    .pad-none {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pad-left-none {
        padding-left: 15px;
    }
    .pad-right-none {
        padding-right: 15px;
    }
    .friends-laura-section {
        margin-top: 54px;
    }
    .friends-laura-section h2 {
        font-size: 28px;
    }
    .friends-laura-left-section h3 {
        font-size: 18px;
        line-height: normal
    }
    .footer-section {
        margin-top: 0
    }
    .radiotextsty {
        font-size: 18px;
    }
    .friends-laura-section h2::after {
        width: 28%;
        bottom: -15px;
        left: calc(50% - 14%);
    }
    /*.last-month-winner {
    margin-top: 10px;
    margin-bottom: 50px;
  }*/
}


/* tablet screens */

@media all and (min-width: 768px) and (max-width: 980px) {
    .header-margin {
        padding-right: 20px !important;
        font-size: 11px !important;
    }
    /*.friends-laura-right-section {
    padding: 25px 8px;
  }*/
    .radiotextsty {
        font-size: 17px;
    }
}


/* medium desktop screens */

@media (min-width: 992px) and (max-width: 1199px) {
    .col-1by5 {
        width: 20%;
    }
    /* .friends-laura-right-section {
    padding: 40px 20px;
  }*/
    .radiotextsty {
        font-size: 17px;
    }
}

@media all and (max-width: 980px) {
    .logo-laura {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .logo-laura img {
        width: 220px;
        float: none
    }
    .friends-laura-section h2 {
        text-align: center
    }
    .friends-laura-left-section {
        box-shadow: 0 5px 30px -5px #ccc;
        padding: 20px;
        margin-top: 30px;
        background-color: #fff;
    }
}


/* Large screens*/

@media (min-width: 1200px) {
    .col-1by5 {
        width: 20%;
    }
    /* .container {
    width: 1200px;
  }*/
}


/*custom screen media */

@media (max-width: 359px) {}


/* ZEROSOFT */

.winbutton {
    background-color: #32a850;
    border-radius: 10px;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.winbutton:hover {
    background-color: #000080;
    color: white;
}

.sub-button {
    background-color: #32a850;
    border: none;
    border-radius: 3px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.sub-button:hover {
    background-color: #000080;
    color: white;
}

.winbutt {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 3%;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=text],input[type=password],
select,
textarea {
    /* width: 95%; */ width:100%;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit]:hover {
    background-color:  #4E4489;
    opacity:0.7;
}

span {
    font-size: 16px;
    color: #0c0c0d91;
}

.Winner {
    display: block;
}

.Wrong {
    display: none;
}

.verify {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.demo-error {
    color: #FF0000;
    font-size: 0.95em;
}

.demo-input {
    width: 100%;
    border-radius: 5px;
    border: #CCC 1px solid;
    padding: 12px;
    margin-top: 5px;
}

.demo-btn {
    padding: 12px;
    border-radius: 5px;
    background: #232323;
    border: #284828 1px solid;
    color: #FFF;
    width: 100%;
    cursor: pointer;
    margin-top: 4px;
}

.demo-table {
    border-radius: 3px;
    padding: 10px;
    border: #E0E0E0 1px solid;
}

.demo-success {
    margin-top: 5px;
    color: #478347;
    background: #e2ead1;
    padding: 10px;
    border-radius: 5px;
}

.captcha-input {
    background: #FFF url(./../../captchaImageSource.php) repeat-y left center;
    padding-left: 85px;
}

.grid3x3{
    clear:both;
   }
   .grid3x3>div{
    width:33%;
    float:left;
    line-height:100px;
    text-align:center;
    margin-top:70px;
    
    
   }
   @media (max-width:998px)
   {
    .grid3x3>div{
        width:33%;
        float:left;
        line-height:100px;
        text-align:center;
         margin-top:0px ! important;
        
       }  
   }
   .grid3x3>div>img{
    display:inline-block;
    vertical-align:middle;
    max-width:80%;
    max-height:80%;
   }
   .gallery
   {
       float:right;
       margin-top:40px;
       margin-right:57px;
   }
   .arrow
   {
       top:-1px;
       padding:7px;
   }
   .gallery2
   {
    float:left;
    margin-top:40px;
    margin-right:57px;
   }
   .arrow2
   {
    top:-1px;
    padding:7px;
   }
   form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid #d3d3d3;
    float: left;
    width: 80%;
    background: white;
  }
  
  form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    color: black;
    font-size: 17px;
    border: 1px solid #d3d3d3;
    border-left: none;
    margin-top:8px;
    cursor: pointer;
  }
  
  form.example button:hover {
    background: white;
  }
  
  form.example::after {
    content: "";
    clear: both;
    display: table;
  }
  button[disabled],button[disabled]{
    background: #ddd;
    color: grey;
  }
  .btn-next{
    padding: 5px 8px;
    background: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .btn-prev{
    padding: 5px 8px;
    background: #fff;
    border: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .btn-prev:hover,.btn-next:hover{
      background:#337ab7;
      color:#fff;
  }
  .prevnext{
      width:119px;
      margin:auto;
      padding-bottom:15px; 
  }
  .sponsorpart1 {
    float: left;
    width: 100%;
    padding: 25px 0 30px;
}

.sponsorpart1 h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sponsorpart1 .owl-dots {
    display: none;
}

.sponsorpart1 .item {
    border: 5px solid #f7f4f4;
}
.m-b0{
	margin-bottom:0px!important;
}
.logo-text{
	font-size: 25px;
    font-weight: 900;
}
.conts{
	min-height: 77vh;
	padding:30px 0px;
}
.heading{	
	color: #2377be;
    border-bottom: 1px solid #2377be;
}
.jc{
	padding: 0rem 12rem;
	color: grey;
	text-align:center;
}
.pad{
	style="padding: 0rem 18rem;"
}
.row{
	margin-right: 0px !important; 
	margin-left: 0px !important;
}