@media screen and (min-width:200px){
body{font-family: 'Lato', sans-serif;}
header{background-color: #fff; height: 85px; -webkit-box-shadow: 0px 1px 4px 2px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 1px 4px 2px rgba(0,0,0,0.15);
box-shadow: 0px 1px 4px 2px rgba(0,0,0,0.15);}
header .container{position: relative;}
header img.logo{width: 150px;}
header img.logo2{width: 110px;}
.modal-dialog{max-width: 500px !important}
.navbar-brand{padding-top: 1px !important;}
.navbar-nav{padding-top: 10px;}
.navbar-toggler{background: #1f70c1; margin-top: 15px !important; padding: 10px 10px 6px 10px !important;}
.navbar-toggler i{font-size: 1.6rem; color: #fff;}
.navbar-collapse{background: #fff; padding: 10px; border:1px solid #e9e9e9;}
.navbar.navbar-brand,
.navbar .navbar-text {
    color: rgba(255,255,255,.8);
}
.navbar .navbar-nav .nav-link {
     padding: 0.4rem 1rem 0.4rem 1rem; border-radius:16px;
}

.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow, .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after{transform: rotate(90deg); top:60%;}

.nav-active{
color: #fff !important;
background: #1f70c1;
}
.navbar .nav-item:hover .nav-link {
color: #fff;
background: #1f70c1;
}

.navbar .nav-item{margin-left: 3px;}

.navbar .nav-item:hover .nav-link {
    color: #fff;
}

/* for dropdown only - change the color of droodown */
.navbar .dropdown-menu {
    background-color: #fff;
    padding:0px;
}
.navbar .dropdown-menu li a{color: #505050 !important; padding: 10px 15px !important;}
.navbar.dropdown-item {
    color: #ffffff;
    
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    color: #fff !important;
    background-color: #3da09a;
}
#registeration{cursor: pointer;}

.dropdownWrap{width: 100px; height: 40px;}

.dropdown {
  position: relative;
  display: inline-block;
  margin: 3px 0px 0px 0px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f7f7f7;
  min-width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top:30px;
  left: -150px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #161616;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd; color: #161616}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

.ctmDpl{display: none;}

section.ourPartners {width: 100%; min-height: 250px; padding: 60px 0px; position: relative; background: rgb(14,124,119);
background: linear-gradient(90deg, rgba(14,124,119,1) 0%, rgba(73,167,87,1) 100%);}
img.ourPartnersL{width: 100%;}


section.banner {width: 100%; height: 300px; margin-top: 80px; position: relative; background: url('../images/banner-img2.jpg') 65% center no-repeat; background-size: cover;}
section.banner .container{height: 100%; position: relative;}
.regBtnBox{width: 70%; text-align: left;}
a.registration{display: inline-block; padding: 10px 15px; background: #d83e1c; color: #fff; font-size: 1.1rem; font-weight: 600; border-radius: 5px;}
a.registration:hover{text-decoration: none;}
section.banner h1{color: #fff; font-size: 1.1rem; font-weight: 700; line-height: 25px;}
section.banner p{color: #fff; font-size: 1rem; font-weight: 400;}

.dateTimeBox{width: 98%; height: 60px; position: absolute; top: 75%; left: 1%; z-index: 3;}
.dtNlWrap{width: 100%; height: 50px; display: flex; justify-content: flex-start; align-items: center;}
.dtIcon{width: 40px; height: 40px;}
.dtIcon img{width: 100%}
.dtTxt{width: 250px; padding:3px 5px 0px 5px; color: #fff; font-size: 0.8rem; font-weight: 400;}
.dtTxt span{font-size: 0.9rem; font-weight: 600;}
.elTxt{width: 180px; padding:3px 5px 0px 5px; color: #fff; font-size: 0.8rem; font-weight: 400;}
.elTxt span{font-size: 0.9rem; font-weight: 600;}


.opaqueCover{width:100%; height: 100%; background: rgba(0,0,0,0.5); position: absolute; top:0; left: 0px; z-index: 1;}
.promoVideo{width: 100%; height: 350px;}
.bannerLogo{width: 280px; height: 190px; padding-top: 20px;  display: flex; flex-wrap:wrap;}
.bannerLogo img{width: 120px; padding: 5px 20px 0px 0px;}
.cpaasImg{width: 170px; height: 40px;}
.cpaasTxt{width: 210px; height: 80px;}
.cpaasTxt2{width: 600px; height: 80px;}

.talkTOExpert{color: #ff0000;}


.regBtn li:hover > div{display: block;}
.regDropdown2{width: 215px; height: auto; background: #fff; border: 1px solid #ebebeb; position: absolute; display: none; top: 35px; right: 2px; font-family: 'Lato', sans-serif; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; z-index: 10;}
.regBtn li .regDropdown2 ul{display: block; width: 100%; margin: 0px; padding: 0px; list-style: none; font-family:  'Lato', sans-serif;}
.regBtn li .regDropdown2 ul li{ width: 100%; margin: 0px; padding: 0px; border: none !important;}
.regBtn li .regDropdown2 ul li:nth-child(1){border-bottom: 1px solid #ebebeb !important;}
.regBtn li .regDropdown2 ul li a{width: 100%; margin: 0px; padding: 12px 15px; background: transparent; border-radius: 0px; color: #666; font-size: 1rem; font-weight: 700; text-align: left;}
.regBtn li .regDropdown2 ul li a:hover{background: #f2f2f2;}

section.banner-innerpage {width: 100%; height: auto; padding-top: 80px; position: relative;}
section.banner-innerpage img.bwl{width: 100%; height: auto;}



section.overview {width: 100%; min-height: 300px; padding: 60px 0px; position: relative;}
section.overview h3{color: #fff; text-align: center; font-weight: 400; font-weight: bold; line-height: 30px;}
section.overview h4{text-align: center; color: #fff; font-weight: 700;}
section.overview h5{text-align: left; font-weight: 400;}
section.overview p{color: #666; font-size: 1.2rem; text-align:justify;}
section.overview .container .row .col-lg-6 ul{margin: 0px; padding: 0px 0px 0px 20px;}
section.overview .container .row .col-lg-6 ul li{color: #666; font-size: 1.1rem; text-align: justify;}
section.overview .container .row .col-lg-6 img {height: 352px; text-align: center;}
section.overview .container .row .col-12{color: #666; font-size: 1.1rem; text-align: center;}
section.overview .container .row .col-12 img {width: 90%; text-align: center;}
section.overview .container .row .col-12 a:hover{text-decoration: none;}
section.overview label{color: #ff0000;}
section.overview span{color: #0c2495; font-size: 1.2rem; font-weight: 700;}

section.overviewInner{width: 100%; min-height: 400px; padding: 60px 0px; position: relative;}
section.overview h3{color: #fff; text-align: center; font-weight: 400; font-weight: bold; line-height: 30px;}
section.overview h4{text-align: center; font-weight: 700;}


section.speakers{width: 100%; min-height: 600px; padding: 60px 0px; position: relative;}
section.speakers .card{min-height: 355px; background: #0f7c77; border: 1px solid #e7e7e7; box-shadow: 0 0 15px 1px rgb(0 0 0 / 10%);}
section.speakers .card .card-body{padding: 0px;}
section.speakers figure{width: 100%; padding: 10px; background: #fff;}
section.speakers figure img{width: 100%;}
section.speakers h4{color: #ef9913; text-align: center; font-size: 1.3rem; font-weight: 600;}
section.speakers p{color: #fff; margin-bottom: 2px; text-align: center;}

section.contactUs{width: 100%; padding: 60px 0px; position: relative;}
section.contactUs h3{height: 50px; text-align: center; color: #1f70c1; font-size: 1.5rem; font-weight: 700; padding-bottom: 10px;}
section.contactUs h4{color: #1f70c1; text-align: center; font-size: 1.2rem;margin: 0px; padding-bottom: 3px;}
section.contactUs a{color: #1f70c1; font-size: 1.2rem;}
section.contactUs a:hover{color: #1f70c1; text-decoration: none;}
section.contactUs p{font-size: 1.2rem; text-align: center;}
.contactN{color: #0f7c77; text-align: center; font-size: 1rem; font-weight: 400; margin: 0px; padding-bottom: 10px;}

section.cpassIngo {width: 100%; min-height: 300px; padding: 60px 0px; position: relative;}
section.cpassIngo h2{color: #161616; font-size: 2rem; font-weight: 700; text-align: center;}
section.cpassIngo h3{color: #161616; font-size: 1.5rem; font-weight: 700;}
section.cpassIngo img{width: 100%;}
section.cpassIngo p.rhel{padding: 0px 8%; color: #666; font-size: 1.2rem; text-align: center;}
section.cpassIngo p{color: #666; font-size: 1.2rem; padding-bottom: 20px}
section.cpassIngo a{padding: 10px 15px; color: #0e1f6d; background: #fff; border: 2px solid #0e1f6d; font-size: 1.1rem; font-weight: 600; border-radius: 3px;}
section.cpassIngo a i{color: #0e1f6d; padding:5px 0px 0px 5px; font-size: 0.9rem;}
section.cpassIngo a:hover{background: #0e1f6d; color: #fff; text-decoration: none;}
section.cpassIngo a:hover i{color: #fff;}
section.cpassIngo ul{margin: 0px; padding: 0px 0px 0px 20px;}
section.cpassIngo ul li{color: #666; font-size: 1.1rem; text-align: justify;}


.ctmInput{width: 100%; height: 40px; padding:15px; border: 1px solid #ccc; outline: none; border-radius: 5px;}
.ctmSelect{width: 100%; height: 40px; padding:5px; border: 1px solid #ccc; outline: none; border-radius: 5px;}
  .mSubmit{
    box-sizing: border-box;
    display: inline-block;
    padding: 12px 30px 10px;
    min-width: 150px;
    text-align: center;
    line-height: 1.5;
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    border: 0 none;
    outline: 0;
    background: #0e1f6d;
    border-radius: 3px;
    transition: background .15s ease-in-out;
    cursor: pointer;
  }
  .form-control{color: #000; border: 1px solid #ccc; padding: 12px 12px 12px 12px; }
  label.error{color: #ff0000; text-align: left;}

section.nominationForm{width: 100%; min-height: 300px; padding: 60px 0px; position: relative; background: #f7f7f7}
.ctmDN{display: none; }
button.loginBtn{background: #2f99cf; padding: 15px 45px; border:none; color: #fff; font-size: 1.2rem; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; cursor: pointer;}
button.loginBtn:hover{text-decoration: none; background: #e6360d}
.formTxt{color: #212529; font-size: 1.1rem;}
.ctmFormR{width: 90%; margin: 60px auto 0 auto;}

.hBlk{color: #1b1b1b;}

.headingSBox{width: auto; height: 42px; display: inline-block; position: relative;}
h2{font-size: 1.5rem; color: #1b1b1b; font-weight: 600; margin-bottom: 0px; text-align: center;}
.htULine{width: 100%; height: 1px; display: flex; justify-content: center; position: absolute; bottom: 7px;}
.htul-left{width: 70%; height: 1px; background: #e6287e;}
.htul-right{width: 30%; height: 1px; background: #000; margin-left: 3px;}
.htBLine{width: 100%; height: 1px; display: flex; justify-content: center; position: absolute; bottom: 3px;}
.htbl-left{width: 30%; height: 1px; background: #000; margin-right: 3px;}
.htbl-right{width: 70%; height: 1px; background: #e6287e;}

section.expect{width: 100%; height: auto; padding: 50px 0px 80px 0px; position: relative; background: #35c2cc;}
section.expect .container .row .col-lg-6 h3{color: #434dce; font-size: 1.5rem; text-align: center; font-weight: 700;}
section.expect .container .row .col-lg-6 ul{margin: 0px 0px 0px 20px; padding: 0px; color: #666; font-size: 1.1rem;}
section.expect .container .row .col-lg-4 h3{color: #1f70c1; font-size: 1.5rem; text-align: center; font-weight: 700;}
section.expect .container .row .col-lg-4 ul{margin: 0px 0px 0px 20px; padding: 0px; color: #666; font-size: 1.1rem;}
section.expect .container .row .card{background: transparent; border: 1px solid #eaeaea; position: relative; box-shadow: 0 0 15px 1px rgb(0 0 0 / 10%);}
section.expect .container .row .card .card-body{min-height: 200px; background: #fff; z-index: 1;}


section.kfa{width: 100%; min-height: 400px; padding: 90px 0px 80px 0px; position: relative;}
section.kfa .container .row .card{background: transparent; border: 1px solid #eaeaea; position: relative; box-shadow: 0 0 15px 1px rgb(0 0 0 / 10%);}
section.kfa .container .row .card .card-body{min-height: 200px; background: #fff; z-index: 1;}
section.kfa figure{width: 100%; margin-bottom: 0px; position: relative;}
section.kfa figure img{width: 100%;}
section.kfa figure figcaption{width: 100%; height: 60px; padding:5px 10px; position: absolute; background: rgba(0,0,0,0.5); bottom: 0px; left: 0px; color: #fff; font-size: 1.1rem; text-align: center;}

.iconBoxN{width: 100%; height: auto; padding: 10px 0px; display: flex; justify-content: center;}
.icon{width: 120px; height: 115px; background: #f8fafb; padding:18px 20px 20px 20px; border: 1px solid #e2e2e2; border-radius: 50%;}
.icon img{width: 80px; height: 80px;}

section.discussion{width: 100%; min-height: 500px; padding: 40px 0px; position: relative; background: #f1f4fa;}
section.discussion .card{min-height:280px; border: none;  box-shadow: 0 0 15px 1px rgba(0,0,0,0.10); -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.10); -moz-box-shadow: 0 0 15px 1px rgba(0,0,0,0.10); transition: all 0.2s ease-in-out;}
section.discussion p{color: #666; font-size: 1.2rem; padding: 0px 5%; text-align: justify;}
section.discussion .container .row .col-lg-4 .card:hover{background: #1f70c1;}
section.discussion .container .row .col-lg-4 .card:hover .iconBox{background: url(../images/icon1.png) 0 -80px no-repeat;}
section.discussion .container .row .col-lg-4 .card:hover .iconBox2{background: url(../images/digital-design.png) 0 -80px no-repeat;}
section.discussion .container .row .col-lg-4 .card:hover .iconBox3{background: url(../images/responsive-information.png) 0 -80px no-repeat;}
section.discussion .container .row .col-lg-4 .card:hover .iconBox4{background: url(../images/industry-leaders.png) 0 -80px no-repeat;}
section.discussion .container .row .col-lg-4 .card:hover .iconBox5{background: url(../images/progressive-conversation.png) 0 -80px no-repeat;}
section.discussion .container .row .col-lg-4 .card:hover .discussionTxt{color: #fff;}
section.discussion .container .row .col-lg-4 .card:hover p{color: #fff;}
section.discussion ul.wteContent{padding:0px 0px 0px 20px; margin: 0px;}
section.discussion ul.wteContent li{font-size: 1.2rem !important; color: #666;}
section.discussion ul.wteContent li span{color: #1f70c1; font-weight: 600;}
.circleB{width: 100%; display: flex; justify-content: center;}
.iconBox{width: 80px; height: 80px; background: url(../images/icon1.png) 0 0 no-repeat;}
.iconBox2{width: 80px; height: 80px; background: url(../images/icon2.png) 0 0 no-repeat;}
.iconBox3{width: 80px; height: 80px; background: url(../images/icon3.png) 0 0 no-repeat;}
.iconBox4{width: 80px; height: 80px; background: url(../images/icon4.png) 0 0 no-repeat;}
.iconBox5{width: 80px; height: 80px; background: url(../images/icon5.png) 0 0 no-repeat;}
.iconBox6{width: 80px; height: 80px; background: url(../images/icon6.png) 0 0 no-repeat;}
.iconBox7{width: 80px; height: 80px; background: url(../images/icon7.png) 0 0 no-repeat;}
.discussionTxt{color: #0e1f6d; font-size: 1.2rem; font-weight: 600; text-align: center;}

.juryImgB{width: 100%; height: 370px; position: relative;}
.juryImgB img{width: 100%; height: 100%;}
.juryTxt{width: 100%; height: 85px; overflow: hidden; background: rgba(0,0,0,0.4); position: absolute; bottom: 0px; left: 0px; z-index: 10;}
.juryName{width: 100%; padding-top: 5px; font-size: 1.2rem; font-weight: 700; text-align: center; color: #fff;}
p.description{color: #fff; text-align: center; font-size: 1rem; font-weight: 400;}


section.awardCategories{width: 100%; min-height: 1000px; padding: 60px 0px; position: relative; background: url(../images/award-categories.jpg) center no-repeat; background-size: cover;}
section.awardCategories h3{color: #f3b61f; font-size: 1.3rem; font-weight: 700;}
section.awardCategories p{color: #fff; font-size: 0.95rem; line-height: 26px;}
section.awardCategories ul{padding:0px 0px 60px 20px; margin: 0px;  color: #fff; font-size: 0.95rem; line-height: 28px;}
.awardBtn{width: 180px; background: #2f99cf; position: absolute; left:0; right:0; bottom: 0px; margin-left:auto; margin-right:auto; padding: 10px 20px; text-align: center; border:none; color: #fff; font-size: 1.1rem; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; cursor: pointer;}
.awardBtn:link{color: #fff;}
.awardBtn:hover{color :#2f99cf; text-decoration: none; background: #fff}


section.sponsorship{width: 100%; min-height: 250px; padding: 50px 0px; background: #f1f4fa; position: relative;}
section.sponsorship p{color: #666; font-size: 1.2rem; padding: 0px 5%; text-align: justify;}
section.sponsorship .card{min-height:150px; border: none; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;  box-shadow: 0 0 15px 1px rgba(0,0,0,0.10); -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.10); -moz-box-shadow: 0 0 15px 1px rgba(0,0,0,0.10); transition: all 0.2s ease-in-out;}
section.sponsorship .container .row .col-lg-4 .card-body{padding: 0px; position: relative;}
.partnerTxt{width: 100%; height: auto; padding: 30px 0px; background: #3298ce; color: #fff; border-radius: 5px 5px 0px 0px; text-align: center; font-size: 1.2rem; font-weight: 700;}
section.sponsorship h3{width: 100%; height: auto; padding: 15px 0px; margin: 0px; color: #1b1b1b; font-size: 1.3rem; font-weight: 600;}
section.sponsorship h4{width: 100%; height: auto; padding: 15px 0px; margin: 0px; color: #0e1f6d; font-size: 1.2rem; font-weight: 600;}
.ctmPM{margin: 0px important; padding: 0px !important}

section.agenda{width: 100%; min-height: 600px; padding: 60px 0px; position: relative; background: #f7f7f7;}
nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    border-radius:0;

}
nav > div a.nav-item.nav-link
{
  border: none;
    padding: 18px 25px;
    color:#000;
    background:#fff;
    border-radius:0;
    font-size: 1rem;
}
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background: #1d9cad;
    border-radius:0;
}


.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #1d9cad;
    border-bottom:5px solid #1d9cad;
    padding:30px 25px;
    width: 100%;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #1d9cad;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

table.agenda{width: 100%;}
table.agenda tbody  tr{border-bottom: 1px solid #ccc;} 
table.agenda tbody  tr:nth-child(even){background: #fff;}
table.agenda tbody  tr td:nth-child(1){width: 15% !important; padding:10px 15px;}
table.agenda tbody  tr td:nth-child(2){width: 85% !important; padding:10px 15px;} 
table.agenda tbody tr:nth-child(odd){
  background-color: #f7f7f7;
}
table.agenda a{color: #2f99cf;}
table.agenda a span{font-weight: 700;}
table.agenda a:hover{text-decoration: none;}
ul.agendaPoints{margin: 0px 0px 0px 20px; padding: 0px;}
table.agenda i{color: #0f7c77;}

section.highlights {width: 100%; height: auto; position: relative; background: url(../images/virtual-stats.jpg) -800px center  no-repeat; background-size: cover;}
section.highlights h2{color: #fff; font-size: 1.8rem}
section.highlights img{width: 60px;}
.counterNum{width: 100%; display: flex; justify-content: center;}
.plusS{font-size: 1.8rem; color: #ec8513; font-weight: 600; padding-left: 2px;}
.iconTxt{width: 100%;  font-size: 1.2rem; font-weight: 700; color: #fff; text-align: left; padding-left: 10px;}
.iconTxt span{font-size: 1.8rem; color: #fff; font-weight: 700;}
.highlightTxt{width: 100%; font-size: 1.1rem; text-align: center; color: #fff;}



.box21{text-align:center;position:relative; overflow: hidden;}
.box21:after,.box21:before{content:"";width:2px;height:2px;border-radius:50%;background:rgba(0,0,0,.35);position:absolute;top:50%;left:50%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
.box21:hover:after,.box21:hover:before{-webkit-transform:scale(400);-moz-transform:scale(400);-ms-transform:scale(400);-o-transform:scale(400);transform:scale(400)}
.box21:before{-o-transition:all .5s linear .3s;-moz-transition:all .5s linear .3s;-ms-transition:all .5s linear .3s;-webkit-transition:all .5s linear .3s;transition:all .5s linear .3s}
.box21:hover:before{-moz-transition-delay:0s;-webkit-transition-delay:0s;-o-transition-delay:0s;-ms-transition-delay:0s;transition-delay:0s}
.box21:after{-o-transition:all .5s linear .6s;-moz-transition:all .5s linear .6s;-ms-transition:all .5s linear .6s;-webkit-transition:all .5s linear .6s;transition:all .5s linear .6s}
.box21:hover:after{-moz-transition-delay:.2s;-webkit-transition-delay:.2s;-o-transition-delay:.2s;-ms-transition-delay:.2s;transition-delay:.2s}
.box21 img{width:100%; height:auto;}
.box21 .box-content{width:100%;height:100%;position:absolute;top:0;left:0;background:0 0;color:#fff;padding-top:25px;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-ms-transition:all .3s linear 0s;-o-transition:all .3s linear 0s;-webkit-transition:all .3s linear 0s;-moz-transition:all .3s linear 0s;transition:all .3s linear 0s;z-index:1}
.box21:hover .box-content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-moz-transition-delay:.4s;-webkit-transition-delay:.4s;-o-transition-delay:.4s;-ms-transition-delay:.4s;transition-delay:.4s}
.box21 .title{font-size:21px;font-weight:700;text-transform:uppercase;border-bottom:1px solid #fff;padding-bottom:20px;margin-top:20px}
.box21 .description{font-size:14px;font-style:italic;padding:0 10px;margin:15px 0}
.box21 .read-more{display:block;width:120px;background:#3da09a;border-radius:5px;font-size:14px;color:#fff;text-transform:capitalize;padding:10px 0;margin:0 auto}
@media only screen and (max-width:990px){.box21{margin-bottom:30px}
}
@media only screen and (max-width:479px){.box21 .box-content{padding-top:0}
}
@media only screen and (max-width:359px){.box21 .title{padding-bottom:10px}
}



section.teamsDetail{width: 100%; height: auto; position: relative; padding: 80px 0px; background: url(../images/wicket-keeper.jpg) center no-repeat; background-size: cover;}
section.teamsDetail:before{content: ''; width: 100%; height: 100%; position: absolute; background: #4658dd; background: -moz-linear-gradient(-45deg,  #4658dd 15%, #854fee 85%); background: -webkit-linear-gradient(-45deg,  #4658dd 15%,#854fee 85%); background: linear-gradient(135deg,  #4658dd 15%,#854fee 85%); opacity: 0.85; top: 0px; left: 0px;}
.teamVsB{width: 80px; height: 99px; color: #fff; text-align: center; padding-top: 28px; font-size: 1.8rem;}
section.teamsDetail .container .row img{height: 70px;}



section.results{width: 100%; min-height: 600px; padding: 50px 0px; position: relative;}
section.results .container .row .col-lg-6 .card{width: 100%; border: none; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; box-shadow: 0 0 25px 2px rgba(0,0,0,0.15); -webkit-box-shadow: 0 0 25px 2px rgba(0,0,0,0.15); -moz-box-shadow: 0 0 25px 2px rgba(0,0,0,0.15);}
section.results .container .row .col-lg-6 .card .card-body{padding-bottom: 5px !important;}
section.results .container .row .col-lg-6 .card .card-body .text-center{font-size: 1.2rem; color: #4658dd;}
section.results .container .row .col-lg-6 .card .card-body .col-12 .col-8 .text-center{font-size: 1rem; color: #212121;}
section.results .container .row .col-lg-6 .card .card-body .text-left{font-size: 1rem; color: #4658dd;}
.ctmBT{border-top: 1px solid #e1e1e1 !important; padding:5px 0px 0px 0px;}
.resultVSB{width: 100%; height: 50px; position: relative; display: flex; justify-content: center;}
.resultVSB:after{content: ''; width:100%; height: 2px; position: absolute; background: #3e3560; top: 25px; z-index: 1;}
.resultVScir{width: 50px; height: 50px; color: #3e3560; background: #e6e6e6; border-radius: 50%; display: flex; justify-content: center; align-items: center; z-index: 2;}
section.results .container .row .col-lg-6 .card .card-body img{height: 80px; margin-top: 25px;}

section.testimonials{width: 100%; height: auto;  padding: 50px 0px; position: relative; background: #f1f4fa;}
section.testimonials img{width: 148px; height: 148px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;}
section.testimonials p{font-size: 1.2rem; color: #666;}
section.testimonials h5{font-size: 1.3rem; font-weight: 600; color: #fff; padding-bottom: 30px;}
.carousel-indicators li{width: 30px; height: 8px; background: #fff; border-radius: 3px; cursor: pointer;}
.carousel-indicators .active{background: #ffde5d;}
.carousel-item{min-height: 550px !important;}

section.faqs{width: 100%; min-height: 600px; padding: 50px 0px; position: relative;}
section.faqs a.nav-active{color: #ff0000 !important;}
section.faqs span.title{color: #4658de; font-weight: 600;}
section.faqs i{color: #4658de}
.card-header .title {
    font-size: 1.1rem;
}
.card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.card-header{
  cursor: pointer;
  border-bottom: none;
}
.card{
  border: 1px solid #ddd;
}
.card-body{
  border-top: 1px solid #ddd; min-height: 300px;
}
.card-header:not(.collapsed) .accicon {
  transform: rotate(180deg);
}

.ctmPTop{padding-top: 45px}

footer{width: 100%; height: auto; padding: 50px 0px; position: relative; background: #1f1f1f;}
footer h3:first-of-type{ padding-top: 20px; font-size: 1.5rem; font-weight: 600; color: #fff;}
footer h3:last-of-type{padding-top: 5px; font-size: 1.3rem; font-weight: normal; color: #fff;}
footer p{color: #fff;}
footer ul{padding: 0px; margin: 0px; list-style: none;}
footer ul li{display:block; padding: 2px 20px;}
footer ul li a{color: #fff; font-size: 1rem}
footer ul li a:hover{text-decoration: none; color: #ffde5d;}
footer a i{color:#fff; font-size: 2rem !important; padding-right: 5px;}
footer img.footerlogo{width: 250px; height: 75px; margin-top:10px;}

section.registration{width: 100%; min-height:680px; margin-top: 100px; background: url(../images/registration-bg.gif) center no-repeat; background-size: cover;}
section.registration p{color: #fff; font-size: 1rem;}
section.registration a{color: #fff; font-size: 0.9rem;}
section.registration .card{width: 96%; border: none; background: #4658dd; background: -moz-linear-gradient(-45deg,  #4658dd 15%, #854fee 85%); background: -webkit-linear-gradient(-45deg,  #4658dd 15%,#854fee 85%); background: linear-gradient(135deg,  #4658dd 15%,#854fee 85%); margin-top: 80px;;}
section.registration .card .card-body{padding: 20px 20px;}
.inpWhite{width: 100%; height: auto; background: #fff; padding:12px 10px 10px 10px; display: flex; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
.bGray{border:1px solid #ddd !important;}
.iconB{width: 12%;}
.inpB{width: 88%;}
section.registration input{width: 100%; border: none; border-left:1px solid #864eef; padding: 4px 10px 2px 10px;}
section.verify input{width: 100%; border: none; border-left:1px solid #864eef; padding: 4px 10px 2px 10px;}
section.registration button{font-size: 1.1rem; font-weight: 600; padding: 10px 30px; border: none; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; background: #ffde5d; color: #323234; cursor: pointer; letter-spacing: 3px;}
.radioCW{max-width: 45px !important; padding-top: 2px;}
label {
    display: inline;
}
.radio-1 {
    width: 193px;
}
.regular-radio {
    display: none;
}
.regular-radio + label {
    background-color: #fafafa;
    border: 1px solid #cacece;
    border-radius: 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 -15px 10px -12px rgba(0, 0, 0, 0.05) inset;
    display: inline-block;
    padding: 8px;
    position: relative;
    cursor: pointer;
}
.regular-radio + label:before {
    background: none repeat scroll 0 0 #FDFDFD;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
    content: " ";
    font-size: 30px;
    height: 10px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 10px;
}
.regular-radio:checked + label:after {
    background: none repeat scroll 0 0 #884eee;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
    content: " ";
    font-size: 30px;
    height: 10px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 10px;
}
.regular-radio:checked + label {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    color: #99a1a7;
    padding: 8px;
}
.regular-radio + label:active, .regular-radio:checked + label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.orCirB{width: 100%; height: auto; padding-top: 20px; position: relative; display: flex; justify-content: center;}
.orCirB::before{content: ''; width: 40%; height: 1px; background:rgba(255,255,255,0.3); position: absolute; left: 0; top: 38px;}
.orCirB::after{content: ''; width: 40%; height: 1px; background: rgba(255,255,255,0.3); position: absolute; right: 0; top: 38px;}
.orCir{width: 35px; height: 35px; background: #fff; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; display: flex; justify-content: center; align-items: center; color: #854fef; font-weight: 600;}
section.registration a.facenotp{width: 70%; display: flex; justify-content: center; align-items: center; height: auto; background: #fff; padding: 8px 0px; border: none; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; font-size: 1rem; color: #3b599f; letter-spacing: 1px; font-weight: 600;}
section.registration a.facenotp img{padding-right: 5px;}
section.registration a.facenotp:hover{text-decoration: none;}
.cBlue{color: #4659dc !important;}
.checkbox-custom {
    display: none;
  }
  .checkbox-custom-label {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    font-size: 0.8rem;
  }
  .checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #874ff2;
    border-radius: 3px;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    width: 18px; height: 18px;
    padding: 2px; margin-right: 10px;
  }
  .checkbox-custom:checked + .checkbox-custom-label:after {
    content: "";
    padding: 2px;
    position: absolute;
    width: 1px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    top: 5px; left: 5px;
  }



#wrapper {
    overflow-x: hidden;
 }

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -20rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
  background: #4658dd; background: -moz-linear-gradient(-45deg,  #4658dd 15%, #854fee 85%); background: -webkit-linear-gradient(-45deg,  #4658dd 15%,#854fee 85%); background: linear-gradient(135deg,  #4658dd 15%,#854fee 85%);
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 20rem !important;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

#sidebar-wrapper .list-group #accordion{position: fixed; width: 18rem;}
#sidebar-wrapper .list-group #accordion ul{padding: 10px 0px 0px 15px; margin: 0px; list-style: none;}
#sidebar-wrapper .list-group #accordion ul li{width: 100%; position: relative; border-bottom: 1px solid rgba(255, 255, 255, .3); padding: 5px 0px}
#sidebar-wrapper .list-group #accordion ul li:nth-child(3):before{content: ''; position: absolute; top:21px; left: 8px; width: 0; 
height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid #fff;}
#sidebar-wrapper .list-group #accordion ul li:nth-child(4):before{content: ''; position: absolute; top:21px; left: 8px; width: 0; 
height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid #fff;}
#sidebar-wrapper .list-group #accordion ul li ul.matchcenter li:nth-child(3):before{border-top:none;}
#sidebar-wrapper .list-group #accordion ul li ul.matchcenter li:last-child{border-bottom:none;}
#sidebar-wrapper .list-group #accordion ul li:nth-child(3):hover:before{border-top: 5px solid #834fee;}
#sidebar-wrapper .list-group #accordion ul li a{padding: 4px 10px 4px 20px; font-size: 1.1rem; color: #fff; display: flex; justify-content: space-between;}
#sidebar-wrapper .list-group #accordion ul li a:hover{background: #fff; color: #834fee; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
.pIcon{width: 26px; height: 26px; display: inline-block; background: url(../images/picon.png) 0 0 no-repeat;}
#sidebar-wrapper .list-group #accordion ul li a:hover .pIcon{background: url(../images/picon.png) -26px 0 no-repeat;}
.vIcon{width: 26px; height: 26px; display: inline-block; background: url(../images/vicon.png) 0 0 no-repeat;}
#sidebar-wrapper .list-group #accordion ul li a:hover .vIcon{background: url(../images/vicon.png) -26px 0 no-repeat;}
.mIcon{width: 26px; height: 26px; display: inline-block; background: url(../images/micon.png) 0 0 no-repeat;}
#sidebar-wrapper .list-group #accordion ul li a:hover .mIcon{background: url(../images/micon.png) -26px 0 no-repeat;}
.myIcon{width: 26px; height: 26px; display: inline-block; background: url(../images/myicon.png) 0 0 no-repeat;}
#sidebar-wrapper .list-group #accordion ul li a:hover .myIcon{background: url(../images/myicon.png) -26px 0 no-repeat;}
.iIcon{width: 26px; height: 26px; display: inline-block; background: url(../images/iicon.png) 0 0 no-repeat;}
#sidebar-wrapper .list-group #accordion ul li a:hover .iIcon{background: url(../images/iicon.png) -26px 0 no-repeat;}
.psIcon{width: 26px; height: 26px; display: inline-block; background: url(../images/psicon.png) 0 0 no-repeat;}
#sidebar-wrapper .list-group #accordion ul li a:hover .psIcon{background: url(../images/psicon.png) -26px 0 no-repeat;}
.sIcon{width: 26px; height: 26px; display: inline-block; background: url(../images/sicon.png) 0 0 no-repeat;}
#sidebar-wrapper .list-group #accordion ul li a:hover .sIcon{background: url(../images/sicon.png) -26px 0 no-repeat;}
.cIcon{width: 26px; height: 26px; display: inline-block; background: url(../images/cicon.png) 0 0 no-repeat;}
#sidebar-wrapper .list-group #accordion ul li a:hover .cIcon{background: url(../images/cicon.png) -26px 0 no-repeat;}
.pactive{background: #fff; color: #834fee !important; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
.picon-active{background: url(../images/picon.png) -26px 0 no-repeat;}
.vactive{background: #fff; color: #834fee !important; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
.vicon-active{background: url(../images/vicon.png) -26px 0 no-repeat;}
.mactive{background: #fff; color: #834fee !important; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
.micon-active{background: url(../images/micon.png) -26px 0 no-repeat;}
.myactive{background: #fff; color: #834fee !important; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
.myicon-active{background: url(../images/myicon.png) -26px 0 no-repeat;}
header .navbar-toggler{display: block;}
section.profile {width: 100%; padding: 100px 0px;}
section.profile .card{width: 100%; border: none; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; box-shadow: 0 0 25px 2px rgba(0,0,0,0.15); -webkit-box-shadow: 0 0 25px 2px rgba(0,0,0,0.15); -moz-box-shadow: 0 0 25px 2px rgba(0,0,0,0.15);}
section.profile .card .card-body{padding:20px 10px;}
section.profile .card .card-body a{color: #4659dc;}
section.profile .card .card-body a:hover{text-decoration: none;}
section.profile input{width: 100%;}
.andTxt{width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; color: #656565;}
.andTxt:before{content: ''; width:30%; height: 1px; background: #656565; position: absolute; left: 20px; top: 50%;}
.andTxt:after{content: ''; width:30%; height: 1px; background: #656565; position: absolute; right: 20px; bottom:  50%;}
.ctmBR{border-right: none;}
.ctmBB{border-bottom: 1px solid #656565;}
.ctmBT2{border-top: 1px solid #656565;}
section.profile .card .card-body a.addCash{font-size: 1.1rem; padding: 10px 30px; border: none; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; background: #4658dd; background: -moz-linear-gradient(-45deg,  #4658dd 15%, #854fee 85%); background: -webkit-linear-gradient(-45deg,  #4658dd 15%,#854fee 85%); background: linear-gradient(135deg,  #4658dd 15%,#854fee 85%); color: #fff; cursor: pointer; letter-spacing: 3px;}
.ctmFlexR{display: flex; justify-content: center; align-items: center;}
.ctmFlexL{display: flex; justify-content: center; align-items: center;}
section.profile .card .card-body a.withdraw{width: 100%; font-size: 1.1rem; padding: 15px 0px; text-align: center; border: none; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; background: #4658dd; background: -moz-linear-gradient(-45deg,  #4658dd 15%, #854fee 85%); background: -webkit-linear-gradient(-45deg,  #4658dd 15%,#854fee 85%); background: linear-gradient(135deg,  #4658dd 15%,#854fee 85%); color: #fff; cursor: pointer;}
.ctmFlexR{display: flex; justify-content: flex-end; align-items: center;}
a.saveBtn{width: auto; height: auto; padding: 5px 10px; background: #4658de; color: #fff !important; outline: none; cursor: pointer;}
.upload-img-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-img-wrapper img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.upload-img-wrapper img.camIcon {
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
}

.upload-img-wrapper input[type=file] {
  width: 140px;
    height: 140px;
  position: absolute;
  left: 0;
  top: 0;
  opacity:0;
}

section.verify {width: 100%; padding: 100px 0px;}
section.verify .card{width: 100%; border: none; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; box-shadow: 0 0 25px 2px rgba(0,0,0,0.15); -webkit-box-shadow: 0 0 25px 2px rgba(0,0,0,0.15); -moz-box-shadow: 0 0 25px 2px rgba(0,0,0,0.15);}
section.verify .card .card-body{padding:20px 10px;}
button.gdntBtn{font-size: 1.1rem; padding: 10px 30px; border: none; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; background: #4658dd; background: -moz-linear-gradient(-45deg,  #4658dd 15%, #854fee 85%); background: -webkit-linear-gradient(-45deg,  #4658dd 15%,#854fee 85%); background: linear-gradient(135deg,  #4658dd 15%,#854fee 85%); color: #fff; cursor: pointer; letter-spacing: 3px;}
button.gdntBtn:hover{text-decoration: none;}


.createTeam{width: 100%; padding: 100px 0px;}
section.createTeam .card{width: 100%; border: none; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; box-shadow: 0 0 25px 2px rgba(0,0,0,0.15); -webkit-box-shadow: 0 0 25px 2px rgba(0,0,0,0.15); -moz-box-shadow: 0 0 25px 2px rgba(0,0,0,0.15);}
section.createTeam .card .card-body{padding:20px 10px;}
.createTeam h2{text-align: center;}
.createTeam h4{text-align: center;}
.imgCP{padding-right: 0px;}
.nameCP{padding: 0px; display: flex; align-items: center;}
.pImg{width: 50px; height: 50px; border:1px solid #ccc;}
.createTeam .players .col-lg-12{border-bottom:1px solid #ccc; padding: 10px;}
.createTeam .players .col-1{cursor: pointer;}
section.createTeam table{width: 100%;}
section.createTeam table tr td:nth-child(1){width: 12%;}
section.createTeam table tr td:nth-child(2){width: 58%;}
section.createTeam table tr td:nth-child(3){width: 20%;}
section.createTeam table tr td:nth-child(4){width: 10%;}
section.createTeam table tr td{padding: 10px 5px !important;}
section.createTeam img.stadium{width: 300px;}
.logoutB{width: 120px; height: auto; position: absolute; top: 28px; right: 20%; display: flex; justify-content: flex-end;}
.logoutB a.logout{border: 1px solid #864eef; padding: 4px 12px 3px 12px; border-radius: 3px; color: #864eef;}
.logoutB a.logout:hover{text-decoration: none;}


.forgotFs{font-size: 0.8rem !important;}
.fFontS1{font-size: 1.2rem; color: #4659dc;}
.fFontS2{font-size: 1.1rem; font-weight: 600; color: #4659dc;}
.fFontS3{font-size: 0.9rem; color: #656565;}
.fFontS4{font-size: 1.5rem; font-weight: 600; color: #4659dc;}
.fFontS5{font-size: 0.8rem; color: #656565;}
.fFontS6{font-size: 1.5rem; font-weight: 600; color: #656565;}
}


@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -20rem;
  }

.carousel-item{min-height: 450px !important;}

h2{font-size: 2rem;}

section.contactUs h3{height: 50px;}

.dmLeft{left:20px !important;}

}

@media screen and (min-width:1024px){
.navbar-collapse{border:none;}
.navbar-nav{padding-top: 5px;}
.rnlB{width: 65%; height: 50px; color: #505050; padding-top: 5px; position: absolute; right: 20px; top:0px; text-align: right;}
.rnlB ul li a{padding: 8px 20px;}
header{height: 95px}
header img.logo{width: 180px;}
header img.logo2{width: 120px;}
header .navbar-toggler{display: none;}
.navbar-brand{padding-top: 1px !important;}
.ctmDpl{display: block;}
section.banner {height: 515px; margin-top: 80px; background: url('../images/banner-img2.jpg') center center no-repeat; background-size: cover;}
section.banner img.bwl{width: 100%; height: auto;}
section.banner-innerpage {width: 100%; height: auto; padding-top: 80px;}
section.banner-innerpage img.bwl{width: 100%; height: auto;}
section.banner .container .bannerTxtB{width: 55%;}
section.banner .container .bannerTxtB h1{font-size: 2.7rem;}
.regBtnBox{width: 500px; text-align: center;}
section.teamsDetail .container .row img{height: 99px;}
section.banner h1{color: #fff; font-size: 2rem; font-weight: 700; line-height: 40px}
section.banner p{color: #fff; font-size: 1.3rem; font-weight: 400;}
.bannerLogo{width: 600px; height: 320px; padding-top: 120px;}
.bannerLogo img{width: 180px; padding: 5px 20px 0px 0px;}
.cpaasImg{width: 170px; height: 40px;}
.cpaasTxt{width: 500px; height: 100px;}
.cpaasTxt2{width: 600px; height: 120px;}
.bannerLinks{height: 70px; bottom: 30px;}
.linksFlexB{top:-80px; left: 0px; z-index: 10; background: transparent;}
.linksFlexB li a{padding: 10px 25px; margin: 0px 20px; font-size: 1.1rem; font-weight: 400; border-radius: 25px;}
.regDropdown{width: 215px; height: auto; background: #fff; top: 57px; left: 20px;}
.ctmDN{display: block;}
.regDropdown2{top: 45px;}

.dateTimeBox{width: 60%; top: 70%; left: 31%;}
.dtTxt{width: 350px; padding:3px 10px 0px 5px; font-size: 1rem;}
.dtTxt span{font-size: 1.05rem;}
.elTxt{width: 200px; padding:3px 10px 0px 5px; font-size: 1rem;}
.elTxt span{font-size: 1.05rem;}

section.expect{height: 250px; padding: 50px 0px 80px 0px;}

section.contactUs h3{height: 30px;}

section.highlights {background: url(../images/virtual-stats.jpg) center center no-repeat;}

section.sponsorship .container .row .col-lg-4 .card{min-height:800px;}

footer p{width: 70%;}

section.registration .card{width: 40%;}
section.registration .card .card-body{padding: 30px 40px;}
.iconB{width: 10%;}
.inpB{width: 90%;}
.checkbox-custom-label {
  font-size: 0.9rem;
}
.carousel-item{min-height: 300px !important;}
.andTxt{width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; color: #656565;}
.andTxt:before{content: ''; width:1px; height: 30%; background: #656565; position: absolute; left: 50%; top: 0px;}
.andTxt:after{content: ''; width:1px; height: 30%; background: #656565; position: absolute; right: 50%; bottom:  0px;}
.ctmBR{border-right: 1px solid #656565;}
.ctmBB{border-bottom: none;}
.ctmFlexR{justify-content: flex-end;}
.ctmFlexL{justify-content: flex-start;}
section.profile .card .card-body a.withdraw{width: 70%;}
section.createTeam img.stadium{width: 400px;}
.logoutB{right: 1%;}

.forgotFs{font-size: 0.9rem !important;}



}


